home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TPROFILFORM / TPROFILFORM.txt
Text File  |  2006-01-06  |  947b  |  50 lines

  1. object ProfilForm: TProfilForm
  2.   Left = 194
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Profil'
  7.   ClientHeight = 97
  8.   ClientWidth = 281
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 70
  25.     Height = 13
  26.     Caption = 'Wybierz profil:'
  27.   end
  28.   object ProfilCombo: TComboBox
  29.     Left = 8
  30.     Top = 32
  31.     Width = 265
  32.     Height = 21
  33.     Color = 15724527
  34.     ItemHeight = 13
  35.     TabOrder = 0
  36.   end
  37.   object OKBtn: TButton
  38.     Left = 200
  39.     Top = 64
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = OKBtnClick
  48.   end
  49. end
  50.